ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Row Class / Row Constructor / Row Constructor(Object[])
The cells data.






In This Topic
    Row Constructor(Object[])
    In This Topic
    Create a new Row with cells data.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ParamArray values() As System.Object _
    )
    'Usage
     
    
    Dim values() As System.Object
     
    Dim instance As New Row(values)
    public Row( 
       params System.object[] values
    )
    public Row( 
       params  values: System.TObjectarray of
    ); 
    public function Row( 
       values : System.Object[]
    );
    public: Row( 
       params System.Object*[]* values
    )
    public:
    Row( 
       ... System.array<Object^>^ values
    )

    Parameters

    values
    The cells data.
    See Also